IK Dot


IK Dot Image Number, X, Y, Color

Description

This command will change the color of a pixel on an image. This command will work on both normal images and render targets.
If this command is used to change a larger portion of an image (eg. using a for-next loop), this command is usually less efficient than converting the image to a memblock and changing the data from there.

Parameters

Image NumberIntegerThe ID of the image.
XIntegerThe X coordinate on the image.
YIntegerThe Y coordinate on the image.
ColorDWORDThe color of the dot at that position.


Index